home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.33 (October)
/
PC Gamer Disc 7.33 (October 2003).ISO
/
Data
/
items.pcg
/
scripts
/
DefineSprite_137
/
frame_4
/
DoAction.as
Wrap
Text File
|
2003-07-17
|
410b
|
8 lines
var thepercent = (_parent.theBox2._y - 224) / 160;
var theCeil = Math.ceil(_parent.num_Extras / _parent.scrollMax);
if(thepercent >= 1)
{
theCeil = int(_parent.num_Extras / _parent.scrollMax);
}
_parent.scrollListBox("menuextra","extraname","extranumber",_parent.num_Items,_parent.topExtra,"topExtra",int(theCeil * thepercent),"extraCount",_parent.currentExtraCount,_parent.theBox2._y,"ExtraBox_y");